home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETCBE.IN_ / netcbe.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  8.4 KB  |  205 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [Version]
  4. Signature    = "$Windows NT$"
  5. Class        = Net
  6. ClassGUID       = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. LayoutFile      = layout.inf
  9. DriverVer=10/01/2002,3.14.5.0
  10.  
  11. [Manufacturer]
  12. %Xircom%  = Xircom
  13. %IBM%     = IBM
  14. %Toshiba% = Toshiba
  15. %PAO%     = PAO
  16. %Intel%   = Intel
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20.  
  21. [IBM]
  22. %NIC1%          = Install.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_00011014    ; IBM EtherJet
  23. %NIC1%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_81811014    ; IBM EtherJet
  24. %NIC2%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_91811014    ; IBM EtherJet + Modem
  25.  
  26. [Toshiba]
  27. %NIC3%          = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_01811179     ; Toshiba 10+100 Ethernet
  28.  
  29. [PAO]
  30. %NIC4%          = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_8181115D    ; PAO CBE2
  31. %NIC5%          = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_9181115D    ; PAO NetMobile
  32.  
  33. [Intel]
  34. %NIC6%        = Install.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_00018086    ; PRO/100
  35. %NIC6%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_81818086    ; PRO/100 (II)
  36. %NIC7%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_91818086    ; PRO/100 LAN + Modem56
  37.  
  38. [Xircom]
  39. %NIC8%          = Install.ndi,PCI\VEN_1011&DEV_0019&SUBSYS_0002115D    ; CBE
  40. %NIC9%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_0181115D    ; CBE2
  41. %NIC10%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_1181115D    ; CBEM
  42. %NIC11%        = Install.ndi,PCI\VEN_115D&DEV_0003&SUBSYS_0182115D    ; R2BE
  43.  
  44. [Install.ndi.NT]
  45. AddReg          = AddReg.NIC.Params, nt.reg
  46. DelReg          = Delreg.NICNT.Params
  47. Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
  48. BusType         = 5      ; PCI
  49. CopyFiles       = NIC.CopyFiles
  50.  
  51. [Install.ndi.NT.Services]
  52. AddService = CBEN5, 2, NIC.Service, common.EventLog
  53.  
  54. [nt.reg]
  55. HKR, Ndi\Interfaces,     UpperRange, 0, "ndis5"
  56. HKR, Ndi\Interfaces,     LowerRange, 0, "ethernet"
  57. HKR, Ndi,                Service,    0, "CBEN5"
  58.  
  59. [NIC.Service]
  60. DisplayName     = %NIC.Service.DispName%
  61. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  62. StartType       = 3 ;%SERVICE_DEMAND_START%
  63. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  64. ServiceBinary   = %12%\cben5.sys
  65. LoadOrderGroup  = NDIS
  66.  
  67. [common.EventLog]
  68. AddReg = common.AddEventLog.reg
  69.  
  70. [common.AddEventLog.reg]
  71. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\cben5.sys"
  72. HKR, , TypesSupported,   0x00010001, 7
  73.  
  74. [NIC.CopyFiles]
  75. cben5.sys,,,2
  76.  
  77. [DestinationDirs]
  78. NIC.CopyFiles           = 12 ; SYSTEM32\DRIVERS directory
  79. DefaultDestDir          = 12
  80.  
  81. [Addreg.NIC.Params]
  82. HKR, Ndi\Params\AutoPolarity,          ParamDesc,  0, %AutoPolarity%
  83. HKR, Ndi\Params\AutoPolarity,          type,       0, "enum"
  84. HKR, Ndi\Params\AutoPolarity,          default,    0, "1"
  85. HKR, Ndi\Params\AutoPolarity\enum,     "1",        0, %ON%
  86. HKR, Ndi\Params\AutoPolarity\enum,     "0",        0, %OFF%
  87.  
  88. HKR, Ndi\Params\CableDetect,           ParamDesc,  0, %CableDetect%
  89. HKR, Ndi\Params\CableDetect,           type,       0, "enum"
  90. HKR, Ndi\Params\CableDetect,           default,    0, "1"
  91. HKR, Ndi\Params\CableDetect\enum,      "1",        0, %ON%
  92. HKR, Ndi\Params\CableDetect\enum,      "0",        0, %OFF%
  93.  
  94. HKR, Ndi\Params\DynamicLinkDetect,     ParamDesc,  0, %DynamicLinkDetect%
  95. HKR, Ndi\Params\DynamicLinkDetect,     type,       0, "enum"
  96. HKR, Ndi\Params\DynamicLinkDetect,     default,    0, "1"
  97. HKR, Ndi\Params\DynamicLinkDetect\enum,"1",        0, %ON%
  98. HKR, Ndi\Params\DynamicLinkDetect\enum,"0",        0, %OFF%
  99.  
  100. HKR, Ndi\Params\InitDelay,             ParamDesc,  0, %InitDelay%
  101. HKR, Ndi\Params\InitDelay,             type,       0, "INT"
  102. HKR, Ndi\Params\InitDelay,             default,    0, "0"
  103. HKR, Ndi\Params\InitDelay,             optional,   0, "1"
  104. HKR, Ndi\Params\InitDelay,             min,        0, "0"
  105. HKR, Ndi\Params\InitDelay,             max,        0, "60"
  106. HKR, Ndi\Params\InitDelay,             step,       0, "1"
  107.  
  108. HKR, Ndi\Params\LineConfig,            ParamDesc,  0, %LineConfig%
  109. HKR, Ndi\Params\LineConfig,            type,       0, "enum"
  110. HKR, Ndi\Params\LineConfig,            default,    0, "0"
  111. HKR, Ndi\Params\LineConfig\enum,       "0",        0, %AutoD%
  112. HKR, Ndi\Params\LineConfig\enum,       "1",        0, %10HD%
  113. HKR, Ndi\Params\LineConfig\enum,       "2",        0, %10FD%
  114. HKR, Ndi\Params\LineConfig\enum,       "3",        0, %100HD%
  115. HKR, Ndi\Params\LineConfig\enum,       "4",        0, %100FD%
  116.  
  117. HKR, Ndi\Params\Negotiation,           ParamDesc,  0, %Negotiation%
  118. HKR, Ndi\Params\Negotiation,           type,       0, "enum"
  119. HKR, Ndi\Params\Negotiation,           default,    0, "1"
  120. HKR, Ndi\Params\Negotiation\enum,      "1",        0, %ON%
  121. HKR, Ndi\Params\Negotiation\enum,      "0",        0, %OFF%
  122.  
  123. HKR, Ndi\Params\LinkIntegrity,         ParamDesc,  0, %LinkIntegrity%
  124. HKR, Ndi\Params\LinkIntegrity,         type,       0, "enum"
  125. HKR, Ndi\Params\LinkIntegrity,         default,    0, "1"
  126. HKR, Ndi\Params\LinkIntegrity\enum,    "1",        0, %ON%
  127. HKR, Ndi\Params\LinkIntegrity\enum,    "0",        0, %OFF%
  128.  
  129. HKR, Ndi\Params\NetworkAddress,        ParamDesc,  0, %NetworkAddress%
  130. HKR, Ndi\Params\NetworkAddress,        type,       0, "edit"
  131. HKR, Ndi\Params\NetworkAddress,        default,    0, ""
  132. HKR, Ndi\Params\NetworkAddress,        LimitText,  0, "12"
  133. HKR, Ndi\Params\NetworkAddress,        UpperCase,  0, "1"
  134. HKR, Ndi\Params\NetworkAddress,        optional,   0, "1"
  135.  
  136. HKR, , PacketPriority,                             0, "0"
  137.  
  138. HKR, Ndi\Params\RXBUFFERSIZE,          ParamDesc,  0, %RxBufferSize%
  139. HKR, Ndi\Params\RXBUFFERSIZE,          type,       0, "INT"
  140. HKR, Ndi\Params\RXBUFFERSIZE,          default,    0, "30"
  141. HKR, Ndi\Params\RXBUFFERSIZE,          optional,   0, "1"
  142. HKR, Ndi\Params\RXBUFFERSIZE,          min,        0, "1"
  143. HKR, Ndi\Params\RXBUFFERSIZE,          max,        0, "100"
  144. HKR, Ndi\Params\RXBUFFERSIZE,          step,       0, "1"
  145.  
  146. HKR, Ndi\Params\TXBUFFERSIZE,          ParamDesc,  0, %TxBufferSize%
  147. HKR, Ndi\Params\TXBUFFERSIZE,          type,       0, "INT"
  148. HKR, Ndi\Params\TXBUFFERSIZE,          default,    0, "10"
  149. HKR, Ndi\Params\TXBUFFERSIZE,          optional,   0, "1"
  150. HKR, Ndi\Params\TXBUFFERSIZE,          min,        0, "1"
  151. HKR, Ndi\Params\TXBUFFERSIZE,          max,        0, "100"
  152. HKR, Ndi\Params\TXBUFFERSIZE,          step,       0, "1"
  153.  
  154. [Delreg.NICNT.Params]
  155. HKR, Ndi\Params\EarlyReceive
  156. HKR, Ndi\Params\EarlyTransmit
  157. HKR, Ndi\Params\LEDEnabled
  158. HKR, Ndi\Params\MODE
  159. HKR, Ndi\Params\Mode
  160. HKR, Ndi\Params\LineMode
  161. HKR, Ndi\Params\LineSpeed
  162.  
  163. [Strings]
  164. MSFT            = "Microsoft"
  165. IBM         = "IBM"
  166. Toshiba         = "Toshiba"
  167. PAO             = "PAO"
  168. Intel           = "Intel"
  169. NIC1        = "IBM 10/100 EtherJet CardBus Adapter"
  170. NIC2        = "IBM 10/100 EtherJet CardBus Adapter with 56k Modem (Ethernet Interface)"
  171. NIC3            = "Toshiba 10+100 CardBus Ethernet PC Card"
  172. NIC4            = "PAO Netmobile Fast Cardbus"
  173. NIC5            = "PAO Netmobile Fast Cardbus (Ethernet Interface)"
  174. NIC6            = "Intel EtherExpress PRO/100 Mobile CardBus 32"
  175. NIC7            = "Intel EtherExpress PRO/100 Mobile CardBus 32 (Ethernet Interface)"
  176. Xircom        = "Xircom"
  177. NIC8        = "Xircom CardBus Ethernet 10/100"
  178. NIC9        = "Xircom CardBus Ethernet II 10/100"
  179. NIC10        = "Xircom CardBus Ethernet 100 + Modem 56 (Ethernet Interface)"
  180. NIC11        = "Xircom RealPort2 CardBus Ethernet 10/100"
  181. NIC_HELP    = "Xircom's CardBus Adapter works in a PCMCIA slot that supports CardBus for full 32-bit support that provides PCI speed in a mobile adapter."
  182. NIC_DRIVERNAME    = "cben5.sys"
  183.  
  184. NetworkAddress          = "Network Address"
  185. LineConfig              = "Line Configuration"
  186. Negotiation             = "Line Negotiation"
  187. AutoD                   = "Auto Detect"
  188. 10HD                    = "10 Mbps/Half Duplex"
  189. 10FD                    = "10 Mbps/Full Duplex"
  190. 100HD                   = "100 Mbps/Half Duplex"
  191. 100FD                   = "100 Mbps/Full Duplex"
  192. ON                      = "On"
  193. OFF                     = "Off"
  194. InitDelay               = "Initialization Delay"
  195. LinkIntegrity           = "Link Integrity"
  196. TxBufferSize            = "Transmit Buffer Size"
  197. RxBufferSize            = "Receive Buffer Size"
  198. CableDetect             = "Cable Detect"
  199. AutoPolarity            = "Auto Polarity"
  200. DynamicLinkDetect       = "Dynamic Link Detect"
  201. PacketPriority          = "Packet Priority"
  202.  
  203. NIC_LOGDRIVERNAME = "CBEN5"
  204. NIC.Service.DispName = "Xircom CardBus Ethernet 10/100 Adapter family Driver"
  205.